home *** CD-ROM | disk | FTP | other *** search
/ PC User 2003 December / Australian PC User - December 2003 (CD2).iso / software / apps / files / dwmx2k4.exe / Disk1 / data1.cab / Configuration_En / Snippets / Comments / DevelopmentNote.csn < prev   
Encoding:
Extensible Markup Language  |  2003-09-05  |  386 b   |  9 lines

  1. ∩╗┐<?xml version="1.0" encoding="utf-8"?>
  2. <snippet name = "Development Note" description = "Inserts an HTML comment into the document, with comment text set to 'Development Note'." preview="code" type="block">
  3. <insertText location="beforeSelection">
  4. <![CDATA[<!-- Development Note -->]]>
  5. </insertText>
  6. <insertText location="afterSelection"><![CDATA[]]>
  7. </insertText>
  8. </snippet>
  9.